home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue56 / Alfresco / TstCopyu.dfm < prev    next >
Encoding:
Text File  |  2000-02-29  |  977 b   |  54 lines

  1. object Form1: TForm1
  2.   Left = 344
  3.   Top = 124
  4.   Width = 252
  5.   Height = 142
  6.   Caption = 'Copy File'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 50
  20.     Height = 13
  21.     Caption = 'Source file'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 8
  25.     Top = 56
  26.     Width = 69
  27.     Height = 13
  28.     Caption = 'Destination file'
  29.   end
  30.   object Button1: TButton
  31.     Left = 152
  32.     Top = 72
  33.     Width = 75
  34.     Height = 25
  35.     Caption = 'Copy'
  36.     TabOrder = 0
  37.     OnClick = Button1Click
  38.   end
  39.   object edSourceFile: TEdit
  40.     Left = 8
  41.     Top = 24
  42.     Width = 121
  43.     Height = 21
  44.     TabOrder = 1
  45.   end
  46.   object edDestFile: TEdit
  47.     Left = 8
  48.     Top = 72
  49.     Width = 121
  50.     Height = 21
  51.     TabOrder = 2
  52.   end
  53. end
  54.